Browser Settings
The settings of the browser.
Functions
Link copied to clipboard
Allows JavaScript to write to the clipboard using
document.execCommand('copy')
without the user activation.Link copied to clipboard
Allows JavaScript code on the web pages loaded in the browser to read/write cookies in the cookies storage using the
document.cookie
property.Link copied to clipboard
Allows loading images automatically on the web pages loaded in the browser.
Link copied to clipboard
Allows running an insecure content in the browser.
Link copied to clipboard
Allows JavaScript code on the web pages loaded in the browser to close the browser.
Link copied to clipboard
Returns the default background color of the web pages loaded in the browser instance associated with these settings.
Sets the default background color of the web pages loaded in the browser instance associated with these settings.
Link copied to clipboard
Returns a string that represents the default text encoding.
Updates the default text encoding with the given value.
Link copied to clipboard
Returns the default font size in pixels of the web content in the browser.
Sets the default font size of the web content in the browser.
Link copied to clipboard
Disables images displaying on the web pages loaded in the browser.
Link copied to clipboard
Disables JavaScript on the web pages loaded in the browser.
Link copied to clipboard
Disables the local storage in the browser.
Link copied to clipboard
Disallows back/forward navigation with a left/right swipe.
Link copied to clipboard
Disables all plugins on the web pages loaded in the browser.
Link copied to clipboard
Disables transparent background on the web pages and makes it opaque.
Link copied to clipboard
Disallows JavaScript to write to the clipboard using
document.execCommand('copy')
without the user activation.Link copied to clipboard
Disallows JavaScript code on the web pages loaded in the browser to read/write cookies in the cookies storage using the
document.cookie
property.Link copied to clipboard
Disallows loading images automatically on the web pages loaded in the browser.
Link copied to clipboard
Disallows running an insecure content in the browser.
Link copied to clipboard
Disallows JavaScript code on the web pages loaded in the browser to close the browser.
Link copied to clipboard
Returns the
display-mode
CSS media feature for the browser.Overrides the
display-mode
CSS media feature for the browser with the given one.Link copied to clipboard
Enables images displaying on the web pages loaded in the browser.
Link copied to clipboard
Enables JavaScript on the web pages loaded in the browser.
Link copied to clipboard
Enables the local storage in the browser.
Link copied to clipboard
Allows back/forward navigation with a left/right swipe.
Link copied to clipboard
Enables all plugins on the web pages loaded in the browser.
Link copied to clipboard
Enables transparent background on the web pages.
Link copied to clipboard
Hides the scrollbars on the web pages loaded in the browser.
Link copied to clipboard
Indicates whether JavaScript code is permitted to write to the clipboard using
document.execCommand('copy')
without the user activation.Link copied to clipboard
Indicates whether JavaScript code is allowed to read/write cookies in the browser cookies storage.
Link copied to clipboard
Indicates whether images are allowed to be loaded automatically on the web pages loaded in the browser.
Link copied to clipboard
Indicates whether an insecure content can run in the browser.
Link copied to clipboard
Indicates whether JavaScript code on the web pages loaded in the browser can close the browser.
Link copied to clipboard
Indicates whether images are displayed on the web pages loaded in the browser.
Link copied to clipboard
Indicates whether JavaScript on the web pages loaded in the browser is enabled.
Link copied to clipboard
Indicates whether the local storage in the browser is enabled.
Link copied to clipboard
Indicates whether the browser can navigate back/forward with a left/right swipe on a devices with touch screen.
Link copied to clipboard
Indicates whether plugins are enabled on the web pages loaded in the browser.
Link copied to clipboard
Returns
true
when the transparent background on the web pages is enabled.Link copied to clipboard
Indicates whether scrollbars on a web page loaded in the browser are hidden.
Link copied to clipboard
Shows the scrollbars on the web pages loaded in the browser.
Link copied to clipboard
Returns the WebRTC IP handling policy for the browser.
Updates the WebRTC IP handling policy for the browser with the given one.